[−][src]Crate flowrlib
Runtime library for flow execution. This will be linked with code generated from a flow definition to enable it to be compiled and ran as a native program.
Modules
| coordinator |
|
| debug_client | 'debug_client' is used to connect a debugger to the runtime for debugging of flows and is an optional feature called "debugger" |
| function |
|
| info |
|
| input |
|
| lib_manifest |
|
| loader |
|
| manifest |
|
| provider |
|
| url | A module with some utility functions related to urls |
Structs
| Error | The Error type. |
Enums
| ErrorKind | The kind of an error. |
Traits
| ResultExt | Additional methods for |
Type Definitions
| Result | Convenient wrapper around |